Allows to send an user identifier to be used in Validating Server-Side Verification (SSV) Callbacks #657
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This PR proposes a simple change in order to permit providing an user identifier before prepare any reward video in order to AdMob send this value when they call account callback Url. Admob suggests to use SSV callbacks to reward the users securely since they call a custom URL providing some details about the occurence when some user see a video. This way we can reward him/her trusting in a call from Admob rather just than trust in a call to API from JavaScript callback.
If you need some aditional information about SVV, you can find it here: https://developers.google.com/admob/android/rewarded-video-ssv.
I'm not a chinese speaker, so if you plan to accept this PR, please help me adding some content to README_CN.md file.
Regards,